home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / komunikace / alleycode / alleycodesetup.exe / {app} / Forms / fieldset.inc < prev    next >
Encoding:
Text File  |  2002-11-17  |  392 b   |  11 lines

  1. <!-- Action must be changed to suit your script and server path. Change names and values as needed -->
  2. <form method="post" action="/phpbin/yourscript.php">
  3. <fieldset>
  4.    <legend><b>Health information:</b></legend>
  5.    <blockquote>
  6.    Height <input type="text" size="3">
  7.    Weight <input type="text" size="3">
  8.    <input type="submit" value="send">
  9.    </blockquote>
  10. </fieldset>
  11. </form>